
kompilacja:
gcc -c agetline.c -Wall
gcc -c agetltst.c -Wall
gcc -o agetltst *.o

uruchomienie:
$ hello
agetline zwrcio "hello"
$ aas
agetline zwrcio "aas"
$ acwe
agetline zwrcio "acwe"
$ ^D
agetline zwrcio NULL
